home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / servername < prev    next >
Text File  |  2001-03-21  |  592b  |  23 lines

  1. Synopsis:
  2.    $servername(<index>)
  3.  
  4. Technical:
  5.    This function associates a server name with the given index number, as
  6.    shown in the client's internal server list.
  7.  
  8. Practical:
  9.    This function is used to convert from a server's index number to its
  10.    real name.  This is useful for converting output from other functions,
  11.    such as $winserv().
  12.  
  13. Returns:
  14.    name of server, if any
  15.  
  16. Examples:
  17.    $servername(0)               returns name of default server
  18.    $servername($winserv())      returns name of current server
  19.  
  20. See Also:
  21.    server(1); servnum(6); winserv(6)
  22.  
  23.